home *** CD-ROM | disk | FTP | other *** search
- #define DEBUG_DELAY 30
- #define DEBUG
- #include <debug.h>
- /*
- void __asm _PROLOG(register __a0 char *where)
- {
- /* LONG l;
-
- Delay(50);
-
- for(l=0;l<Indent;l++)
- kprintf(" ");
-
- Indent++;
- */
- DKP("enter : %s\n",where);
- NEST;
- }
-
- void __asm _EPILOG(register __a0 char *where)
- {
- /* LONG l;
-
- Indent--;
-
- Delay(50);
-
- for(l=0;l<Indent;l++)
- kprintf(" ");
- */
-
- UNNEST;
- DKP("exit : %s\n",where);
- }
-
- */